home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.0 KB | 36 lines | [TEXT/GEOL] |
- Item 9513644 15-Jan-90 09:56
-
- From: DALE.P Peterson, Dale
-
- To: D5369 Mgmt Sys Des, Chuck McMath,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: MacApp Suggestions…
-
- Chuck,
-
- 1:
- When I need a deBug flag in place of using one that is used by MacApp I create
- a new one for myself with a line like:
-
- DebugFlag(@gDisplayResults,'1', NIL, AtStr('DisplayResults'));
-
- gDisplayResults is a global BOOLEAN that I have declared
- '1' is the char to type to switch the flag
- NIL I forget what this is for
- 'DisplayResults' is the name you will get after typing a ?
-
- This routine is call in my Init Procedure and gDisplayResults is set to FALSE
- for me. You may want it TRUE.
-
- 2:
- I hold down the control Key to use the Inspector window from the DeBugger.
- This does NOT always work but it works most of the time for me.
-
- Hope this helps
- Dale Peterson
- Apple Computer Inc.
- AppleLink DALE.P
-
-